home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if not count(the windowList) then
- doRollover(29, 2)
- end if
- end
-
- on mouseLeave
- if not count(the windowList) then
- doRollout(29)
- end if
- end
-
- on mouseUp
- glowClear()
- doClick()
- cursor(0)
- set the fileName of window "CHEAT" to "@\SOMC\CHEAT"
- set the windowType of window "CHEAT" to 2
- openMIAW("CHEAT")
- end
-